SUPPORT.md: Syntax: Provide a title rather than a spurious empty section
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 6 Apr 2018 17:16:35 +0000 (18:16 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Thu, 12 Apr 2018 15:13:39 +0000 (16:13 +0100)
commita569c6f815fb6a18c64b8f122f5e2bbecd444432
treee03898bfa8795d2367ca5279dabccd2183a1b128
parentebbd0299089a698c39d4ced966df5831944b4305
SUPPORT.md: Syntax: Provide a title rather than a spurious empty section

This commits (more or less) this file to be processed with pandoc,
rather than other markdown processors.  There is, unfortunately, no
widely-accepted way to declare a title for the document.

I tested feeding the document to markdown(1) on Debian jessie and it
reproduced the % line as if it were simple text.  I guess many other
markdown processors will do something similarly tolerable.  My
internet searches did not discover a markdown processor that used
lines starting with % for something else.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Release-acked-by: Juergen Gross <jgross@suse.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Acked-by: Lars Kurth <lars.kurth@citrix.com>
SUPPORT.md